object Form1: TForm1 Left = 189 Top = 97 Width = 606 Height = 431 Caption = 'Virtual Print Engine' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Menu = MainMenu1 PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize TextHeight = 16 object Label1: TLabel Left = 235 Top = 128 Width = 129 Height = 75 Caption = 'VPE' Font.Color = clBlack Font.Height = -64 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object MainMenu1: TMainMenu Left = 4 Top = 8 object File1: TMenuItem Caption = '&File' object GenerateData1: TMenuItem Caption = '&Generate Report' OnClick = GenerateData1Click end object DeleteReport1: TMenuItem Caption = '&Delete Report' OnClick = DeleteReport1Click end object N1: TMenuItem Caption = '-' end object Exit1: TMenuItem Caption = 'E&xit' OnClick = Exit1Click end end object Demos1: TMenuItem Caption = '&Demos' object CapabilitiesPrecision1: TMenuItem Caption = 'Capabilities + &Precision' OnClick = CapabilitiesPrecision1Click end object PrintinBackground1: TMenuItem Caption = 'Print in &Background' OnClick = PrintinBackground1Click end object SpeedTables1: TMenuItem Caption = '&Speed + Tables' OnClick = SpeedTables1Click end object Colors1: TMenuItem Caption = '&Colors' OnClick = Colors1Click end object CloseColors1: TMenuItem Caption = 'Close &Colors' OnClick = CloseColors1Click end object Report1: TMenuItem Caption = '&Report' OnClick = Report1Click end end object Help1: TMenuItem Caption = '&Help' object About1: TMenuItem Caption = '&About' OnClick = About1Click end end end end